IObservableVector Generic Interface

Notifies listeners of changes to the vector.

Syntax

generic<typename T>
public interface class IObservableVector : IVector<T>  

Remarks

The IObservableVector<T> interface enables clients to register for notification events for IVector<T> objects. For example, use notification events when you need to keep two data structures synchronized. In this scenario, you can use the IObservableVector<T> interface to receive notification of changes, so that the associated data structure can be updated.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IObservableVector Members

Windows.Foundation.Collections Namespace